home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 August / Oasis demo.iso / Office / Claris13 / CLARIS.CST / 00123_Script_123 < prev    next >
Text File  |  1997-03-20  |  362b  |  16 lines

  1. on checkplaysnd
  2.   
  3.   global currentmov
  4.   
  5.   if currentmov = "a" then asndhan
  6.   if currentmov = "b" then bsndhan
  7.   if currentmov = "c" then csndhan
  8.   if currentmov = "d" then dsndhan
  9.   if currentmov = "e" then esndhan
  10.   if currentmov = "f" then fsndhan
  11.   if currentmov = "m" then playsnd
  12.   if currentmov = "u" then usndhan
  13. end if
  14.  
  15. end checkplaysnd
  16.